home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / formpas.zip / FORMPAS.DOC < prev    next >
Text File  |  1993-04-14  |  3KB  |  54 lines

  1.                        ----------------------------
  2.                        Pascal Source-Code Formatter
  3.                        ----------------------------
  4.                               Version 2.0
  5.  
  6.                            MicroByte Software
  7.  
  8.                         NON-REGISTERED COPY MANUAL
  9.  
  10.     This program is designed to format user specified aspects  of  a  Turbo
  11.     Pascal  source  code.  Options  include case, spacing, retyping, remark
  12.     filter/include, and indent amount setting. It will make a  backup  copy
  13.     of  the original file. The backup filename will be the same name except
  14.     for the extension .OLD will be used or .BAK  if  original  is  an  .OLD
  15.     file.  Directory  and  filename  may  be  specified at command line as
  16.     follows:
  17.  
  18.                      FORMPAS \Dirc\<filename>
  19.  
  20.          => COMMENTS and STRING CONSTANTS in code are unaffected!
  21.  
  22.          => SELECTED PASCAL PHRASES in all lower-case for low profile.
  23.                    (Like: then else do to in end)
  24.  
  25.          --------------NEW!--------NEW!---------NEW!----------------
  26.  
  27.     For registered users, the program can now take  any  compilable  source
  28.     and,  word  by word, retype the code into standard format with selected
  29.     indenting and remark  filtering.  View  Demo.Pas  and  Demo.Old  for  a
  30.     demonstration  of this feature combined with Case and Space formatting.
  31.     All FormPas defaults were selected to create it.
  32.  
  33.     Hint: Don't worry about formatting at all when writing your code. Later
  34.     have this program do an  initial  formatting  of  the  file.  Then,  if
  35.     needed,  it only takes a little editing to add any special touches like
  36.     embedded Upper case using a global replace function with an editor like
  37.     ProWriter II, also available on GEnie(IBM roundtable).
  38.  
  39.     Hint: Use the compress  program  (supplied  with  registered  copy  to
  40.     compress  the  file  to  take  less  disk  space  and then expand it by
  41.     retyping using FormPas when needed. This is a neat space saver trick.
  42.  
  43.     Hint: Use program as teacher  of  standard  form  to  new  programmers.
  44.     Formatting and structure is taught and programs are much more readable!
  45.  
  46.     This program took allot of development and patience. For  a  registered
  47.     copy,  manual and Compress program, send a check or money order for $15
  48.     payable to:
  49.                       MicroByte Software
  50.                       1605 Elk Grove
  51.                       Richardson, Texas 75081
  52.                       (214)231-4980
  53.  
  54.